gpsbabel.git
2013-07-12 robertlipeRemove special handling of MSVC from types.h now that...
2013-07-12 robertlipeSpeed GPX writer by 19% by removing implicit time_t...
2013-07-12 robertlipeUpdate mapsend to explictly use toLatin1() instead...
2013-07-12 robertlipeMSVC fixes/workarounds from Gerhard Olsson.
2013-07-12 robertlipeWarning fix.
2013-07-12 robertlipeFrom Gerhard Olsson:
2013-07-10 robertlipeShave another 17% of read performance out on GPX read...
2013-07-10 robertlipeMake GPX reader 9% faster just with a better hash.
2013-07-10 robertlipePerformance improvements in geo reader
2013-07-10 robertlipeFix problem in self-closing tags in GPX extensions...
2013-07-09 robertlipeFix GPX stream writer to actually work like a stream...
2013-07-08 robertlipeDon't potentitally double-quote icons in KML writer.
2013-07-08 robertlipeFix several "obvious" memory leaks in various readers...
2013-07-08 robertlipeMem fix in gtrnctr for last change.
2013-07-07 robertlipeDeath to xml_fill_in_time with its weird interface...
2013-07-07 robertlipeTweak building doc for Fedora 19.
2013-07-07 robertlipeEnforce checks during configure time for working C...
2013-07-07 robertlipeAnother try at xml_parse_time - leave the parsing to...
2013-07-07 robertlipeVictory! (?) With this in place, GPX times before...
2013-07-07 robertlipeMore conversion on the time_t -> QDateTime effort....
2013-07-06 robertlipeRemove (most of) the autoformat overrides in the KML...
2013-07-06 robertlipeDocument dependency on Qt for gpsbabel.org/htmldoc...
2013-07-06 robertlipeFix crash on 'gpsbabel -x'
2013-07-06 robertlipeRound, don't truncate lowrance coords on write
2013-06-22 robertlipeTweak Garmin fit for Forerunner 10. Thanks to Ingo...
2013-06-17 robertlipeMove more of times into accessors, more modern times.
2013-06-17 robertlipeA ridiculously large commit as a checkpoint in refactor...
2013-06-13 robertlipeAdd (yet unused) addUSec shim to datetime so we can...
2013-06-12 robertlipeFix crash on empty navilink route name. Route names...
2013-06-10 robertlipeRemove unicsv test from gtrnctr since it (stupidly...
2013-06-10 robertlipeAdd, test code for reading speed from Garmin Training...
2013-06-10 robertlipeRemove false const-ification from datetime overrides.
2013-06-09 robertlipeFix Ozi route reader to not treat header as routepoints.
2013-06-09 robertlipegarmin_gpi: Seek to image offset in case there's additi...
2013-06-09 robertlipegarmin_gpi: Seek to image offset in case there's additi...
2013-06-03 robertlipeStart laying some half-hearted groundwork for rte_name...
2013-06-03 robertlipeSwap fields 3 and 4 in ozi route writer.
2013-06-03 robertlipeFutile attempts to hush some of the hyperactive warning...
2013-06-03 robertlipeMove gpsutil.cc in pbxproj.
2013-06-03 robertlipeRemove workaround for qmake silliness from XCode project.
2013-06-02 robertlipeOverhaul KML writer to not repeat input when called...
2013-06-02 robertlipeA crude stab at an XCode project.
2013-06-02 robertlipeAdd configlog option to Skytraq.
2013-05-30 robertlipeRearrange includes. inspired by, but not executed...
2013-05-01 robertlipeWarning cleanup after last change.
2013-05-01 robertlipeRemove same use of vmem from xmlgeneric as I just did...
2013-05-01 robertlipeReplace easiest use of vmem, current_tag, in gpx.cc.
2013-05-01 robertlipeFix scaler in tpo.cc reader. Regenerate reference...
2013-04-07 tsteven4fix gcc warnings about non-local variables using anonym...
2013-04-02 tsteven4exif fixes.
2013-04-01 tsteven4Pass more const class arguements by refernces, a fix...
2013-03-31 tsteven4Pass constant QStrings by reference for efficieny....
2013-03-31 robertlipeType fix in STREET_ADDR of style doc.
2013-03-30 tsteven4more QString conversion.
2013-03-30 robertlipeFinal (?) pass at moving core geocaching structures...
2013-03-30 robertlipeMoving more of our core data structures to QStrings.
2013-03-30 robertlipeMake valgrind happier by initializing all the things...
2013-03-30 robertlipeTreat geocache_data more like a class than a bag of...
2013-03-25 robertlipeKick out almost all of the NEWTIME props.
2013-03-25 robertlipeMinor cleanups in geo's new reader.
2013-03-25 robertlipeQXmlStreamWriter was fun. Let's try QXmlStreamReader...
2013-03-24 tsteven4a little more cleanup of kml_mt_simple_array.
2013-03-24 tsteven4set exit status on valgrind failures in vtesto to allow...
2013-03-24 robertlipeAllow running indivdual tests in vtesto.Z
2013-03-24 robertlipeFix reference counting issues in gdb.cc and waypt.cc...
2013-03-23 robertlipeReduce unnecessary suffering in KML SimpleData writer.
2013-03-23 robertlipeCleanup most of the no-brainer warnings hocked up by...
2013-03-23 robertlipeRemove hack from GPX writer that over-aggressively...
2013-03-23 robertlipeMove the URL link and text from C strings to QStrings.
2013-03-23 tsteven4fix booboo with hasLinkText() that can lead to segmenta...
2013-03-23 tsteven4Replace the old kml writer with one based on QXmlStream...
2013-03-17 tsteven4remove duplicate code block from r3076. only 239 more...
2013-03-16 tsteven4gpx writer, garminextensions option: fix bug with magic...
2013-03-16 tsteven4gpx writer: improve schema conformance and make reasona...
2013-03-16 tsteven4delete obsolete parameters in gpx_write_common_*.
2013-03-15 tsteven4gpx: passthrough xmlns attributes. This resolves a...
2013-03-14 tsteven4reduce overwritten of temporary test files and reduce...
2013-03-14 tsteven4fix a few more compare order issues in the test cases.
2013-03-14 tsteven4scripted correction of compare argument order in test...
2013-03-10 tsteven4remove more forced formatting in the new gpx writer.
2013-03-10 tsteven4remove some forced formatting in the new gpx writer.
2013-03-09 tsteven4Add a test case for the gpx writer trk/extensions with...
2013-03-09 robertlipePencil-whipped the remaining OLDGPX cases and convinced...
2013-03-05 tsteven4Fix gpx reader difficulty with elements that are not...
2013-03-05 robertlipeRemove the bulky/uncontest[ed|able] parts of OLDGPX...
2013-03-04 robertlipeAdd doc for Mapbar. Thanx, AzureSky.
2013-03-01 robertlipeFix classic-2
2013-03-01 robertlipeAdd missing GC html, text references.
2013-03-01 robertlipeAdditional fixes for mapbar.
2013-02-28 robertlipeAdd test & minor fixes for maggeo writer.
2013-02-28 robertlipeRemove dead parse_date function.
2013-02-28 robertlipeAdd (half-hearted) test for OSM writer.
2013-02-28 robertlipeAdd a test for HTML and TEXT output of a geocache.
2013-02-28 robertlipeAdd (somewhat bogus) bushnell trail writer test.
2013-02-28 robertlipeAdd test cases for cetus track read.
2013-02-28 robertlipexiao jian cheng adds Mapbar support.
2013-02-27 robertlipeAdd Adapt Mobile Keychain Pro to Skytraq, per Hans...
2013-02-25 robertlipeFix deps for gpx.cc.
2013-02-24 robertlipeTweak timestamp in gpx_garmin_extensions to make more...
2013-02-24 tsteven4Another fix for new gpx writer, this time for the garmi...
next